body {
  background-color: #101010;
  width: auto;
  height: auto;
}

.content{
  display: flex;
  flex-direction: row;
  height: 2665px;
  padding: 40px;
}

.images{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: inline-block;
  width: 1100px;
  height: 2600px;
}

.text{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 700px;
  height: 600px;
  color: white;
  padding-left: 40px;
  padding-top: 60px;
}

h1, h2, h3{
  text-align: left;
}

h1{
  position: relative;
  top: -30px;
  font-size: 60px;
  font-family: 'Rubik', cursive;
  color: #1e90ff
}

h2{
  position: relative;
  top: -40px;
  font-size: 25px;
  font-family: 'Rubik', sans-serif;
}

h3{
  position: relative;
  top: -45px;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
}

p{
  position: relative;
  top: -60px;
  width: 500px;
  text-align: justify;
  font-family: 'Outfit', cursive;
  font-size: 15px;
}


.bloc1{
  width: 800px;
  height: 450px;
}

.bloc2{
  width: 790px;
  height: 550px;
}

.bloc3{
  width: 790px;
  height: 550px;
}

.bloc4{
  width: 790px;
  height: 550px;
}


.bloc5{
  width: 790px;
  height: 550px;
}

img{
  width: 100%;
  height: 100%;
}

a{
  text-decoration: none;
  width: 500px;
  text-align: left;
  font-family: 'Outfit', cursive;
  font-size: 15px;
  color: white;
}

a:hover{
  opacity: 50%;
  transition: 1s;
}






::-webkit-scrollbar {
display: none;
}

.container {
scrollbar-width: none;
background-color: inherit;
width: 5px;
height: 5px;
overflow-y: scroll;
}
